home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: RemoveFormFeed.bed 1.0 (18.6.95)
- **
- ** Remove all FormFeed from the document
- **
- ** Written by Mauro Fontana
- ** Modified by Marco Negri
- */
-
- OPTIONS RESULTS
-
- SetDisplayLock ON
- MoveSOF
-
- SetStatusBar "Working..."
-
- RecordMacro QUIET
- Find ""
- InsertLine
- Delete
- EndMacro
-
- PlayMacro 0
-
- MoveSOF
- SetDisplayLock OFF
- SetStatusBar "Done"
-